home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Revo Uninstaller Professional 2.1.0 / RevoUninProSetup.exe / {app} / revoflt.inf < prev    next >
Windows Setup INFormation  |  2010-02-03  |  2KB  |  97 lines

  1. ;;;
  2. ;;; Revoflt
  3. ;;;
  4. ;;;
  5. ;;; Copyright (c) 2009, VS Revo Group Ltd.
  6. ;;;
  7.  
  8. [Version]
  9. Signature   = "$Windows NT$"
  10. Class       = "ActivityMonitor"                         ;This is determined by the work this filter driver does
  11. ClassGuid   = {b86dff51-a31e-4bac-b3cf-e8cfe75c9fc2}    ;This value is determined by the Class
  12. Provider    = %VSRG%
  13. DriverVer   = 12/30/2009,1.0.0.4
  14. CatalogFile = 
  15.  
  16.  
  17. [DestinationDirs]
  18. DefaultDestDir          = 12
  19. Revoflt.DriverFiles     = 12            ;%windir%\system32\drivers
  20.  
  21. ;;
  22. ;; Default install sections
  23. ;;
  24.  
  25. [DefaultInstall]
  26. OptionDesc          = %ServiceDescription%
  27. CopyFiles           = Revoflt.DriverFiles
  28.  
  29. [DefaultInstall.Services]
  30. AddService          = %ServiceName%,,Revoflt.Service
  31.  
  32. ;;
  33. ;; Default uninstall sections
  34. ;;
  35.  
  36. [DefaultUninstall]
  37. DelFiles   = Revoflt.DriverFiles
  38.  
  39. [DefaultUninstall.Services]
  40. DelService = %ServiceName%,0x200      ;Ensure service is stopped before deleting
  41.  
  42. ;
  43. ; Services Section
  44. ;
  45.  
  46. [Revoflt.Service]
  47. DisplayName      = %ServiceName%
  48. Description      = %ServiceDescription%
  49. ServiceBinary    = %12%\%DriverName%.sys        ;%windir%\system32\drivers\
  50. Dependencies     = FltMgr
  51. ServiceType      = 2                            ;SERVICE_FILE_SYSTEM_DRIVER
  52. StartType        = 3                            ;SERVICE_DEMAND_START
  53. ErrorControl     = 1                            ;SERVICE_ERROR_NORMAL
  54. LoadOrderGroup   = "FSFilter Activity Monitor"
  55. AddReg           = Revoflt.AddRegistry
  56.  
  57. ;
  58. ; Registry Modifications
  59. ;
  60.  
  61. [Revoflt.AddRegistry]
  62. HKR,"Instances","DefaultInstance",0x00000000,%DefaultInstance%
  63. HKR,"Instances\"%Instance1.Name%,"Altitude",0x00000000,%Instance1.Altitude%
  64. HKR,"Instances\"%Instance1.Name%,"Flags",0x00010001,%Instance1.Flags%
  65.  
  66. ;
  67. ; Copy Files
  68. ;
  69.  
  70. [Revoflt.DriverFiles]
  71. %DriverName%.sys
  72.  
  73. [Revoflt.UserFiles]
  74.  
  75. [SourceDisksFiles]
  76. revoflt.sys = 1,,
  77.  
  78. [SourceDisksNames]
  79. 1 = %DiskId1%,,,
  80.  
  81. ;;
  82. ;; String Section
  83. ;;
  84.  
  85. [Strings]
  86. VSRG            = "VS Revo Group"
  87. ServiceDescription      = "Revo Uninstaller Filter driver"
  88. ServiceName             = "Revoflt"
  89. DriverName              = "revoflt"
  90. DiskId1                 = "Revoflt Device Installation Disk"
  91.  
  92. ;Instances specific information.
  93. DefaultInstance         = "Revoflt - Top Instance"
  94. Instance1.Name          = "Revoflt - Top Instance"
  95. Instance1.Altitude      = "370330"
  96. Instance1.Flags         = 0x0          ; Set automatic attachments
  97.